home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / ACD210.ARJ / ACD_EXEC.P22 < prev    next >
Text File  |  1992-08-01  |  2KB  |  68 lines

  1. ; PATCH to change the function of the ALT_E option, using PATCH22
  2. ;
  3. ; CALL:
  4. ;
  5. ;     patch22 @acd_exec.p22
  6. ;
  7. ; These are just examples. Please fill in your favorite command.....
  8. ;
  9. ; NOTE that %dir% has a special meaning (see below)
  10. ;
  11. ; If you want to delete all files in the highlighted directory:
  12. ;
  13. ; Call command.com ....
  14. ;
  15. acd.exe -49?\h2A2E2A?command.com ?
  16. ;                    123456789012   (at most 12 characters for a valid DOS name)
  17. ;
  18. ; If you are using 4DOS, uncomment the following patchcommand,
  19. ; and comment the previous patchcommand
  20. ;
  21. ;acd.exe -49?\h2A2E2A?4dos.com   ?
  22. ;
  23. ;
  24. ; .... and let command.com delete all files in this directory!
  25. ;
  26. acd.exe -35?\h2A2E2A?/c del %dir%                    ?
  27. ;                    12345678901234567890123456789012 (32 characters for options)
  28. ;
  29. ; So, the complete command is:
  30. ;
  31. ;        COMMAND.COM /C DEL %dir%
  32. ;
  33. ; %dir% has a special meaning: use currently highlighted directory
  34. ; as parameter. E.g. if you the highlighted line is currently
  35. ; "c:\archives\temp", then ALT_E executes the command
  36. ;
  37. ;        COMMAND.COM /C DEL C:\ARCHIVES\TEMP
  38. ;
  39. ;which deletes (after confirmation) ALL files from this directory!
  40. ;
  41. ; To call Directory Freedom (the default value), uncomment the previous lines.
  42. ;
  43. ;acd.exe -49?\h2A2E2A?DF.COM      ?
  44. ;                     123456789012
  45. ;
  46. ;acd.exe -35?\h2A2E2A?%dir%                           ?
  47. ;                     12345678901234567890123456789012
  48. ;
  49. ; So, the complete command is:
  50. ;
  51. ;        DF.COM %dir%
  52. ;
  53. ; To call 4FILES, uncomment the following lines.
  54. ;
  55. acd.exe -49?\h2A2E2A?4F.COM      ?
  56. ;                     123456789012
  57. ;
  58. acd.exe -35?\h2A2E2A?%dir%                           ?
  59. ;                     12345678901234567890123456789012
  60. ;
  61. ; So, the complete command is:
  62. ;
  63. ;        4F.COM %dir%
  64. ;
  65. ; It is assumed that the program names (e.g. COMMAND.COM and DF.COM) can
  66. ; be found in the PATH statement; otherwise, nothing happens.
  67. ;
  68.